FREE SSL CERTIFICATES: Secure your Web server with free Let's Encrypt Certificates Guide to fully automate the process of creating and renewing certificates. (CTS SOLUTIONS IT-PRO E-Books Book 4) by Karl Joch
Author:Karl Joch [Joch, Karl]
Language: eng
Format: azw3
Tags: Let's Encrypt, freebsd, letsencrypt, plesk, no extra software, renew, cron job, automate, linux, lets encrypt, script based, free ssl certificates
Publisher: CTS GMBH
Published: 2017-01-12T05:00:00+00:00
#!/bin/sh
#
cd /home/letsencrypt/cts || exit 1;
#
############################################################
# CTS-Solutions.AT script to create/renew certs v1.0
# Professional-Help: http://cts-solutions.at
############################################################
# on FreeBSD add /usr/local/bin to root's path for curl
#
# In general you want to setup your .well-known path first,
# fill in domains.txt later.
#
# **Please note that you should use the staging URL while
# experimenting with this script to not hit Let's Encrypt
# rate limits. **
#
# Required: per IP conf needed for Plesk Servers!
#
# Plesk cmd cert assignment works only in combination
# with IP Address
############################################################
# If you are running an ipfw firewall and port 80 is not open
# by default we open the firewall for the renew process only.
#
# Adopt rule number, interface and path to ipfw as needed
# for your setup before uncommenting it
#
# /sbin/ipfw <RULENUMBER> add allow tcp from any to me dst-port 80 in via <Your WAN Interfacename> setup
#
############################################################
# Uncomment if you are using fetch instead of wget:
#
#/usr/bin/fetch "https://github.com/lukas2511/dehydrated/raw/master/dehydrated"
#chmod 750 dehydrated
#
# get the latest dehydrated version. Comment this out if you
# want manual updates.
#
/usr/bin/wget "https://github.com/lukas2511/dehydrated/raw/master/dehydrated"
chmod 750 dehydrated
#
# Receive or renew or certificates. Execute hook.sh if done.
#
/home/letsencrypt/cts/dehydrated -c \
--config /home/letsencrypt/cts/conf-ip1/config.sh \
--hook /home/letsencrypt/cts/conf-ip1/hook.sh
#
# Depending on your system Apache needs to be reloaded
# restart graceful to not harm users.
#
# FreeBSD sample (change as needed for your server):
#/usr/sbin/service apache24 graceful
#
# If you opened the firewall, close the port again
#
# /sbin/ipfw <RULENUMBER> delete
#
############################################################
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(25295)
Hello! Python by Anthony Briggs(24340)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(23436)
Kotlin in Action by Dmitry Jemerov(22513)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(21977)
Dependency Injection in .NET by Mark Seemann(21849)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(20715)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(19526)
Grails in Action by Glen Smith Peter Ledbrook(18611)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(17034)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(15843)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(13697)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(11860)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(11151)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10631)
Hit Refresh by Satya Nadella(9202)
The Kubernetes Operator Framework Book by Michael Dame(8570)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8419)
Robo-Advisor with Python by Aki Ranin(8363)